home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / The Best of BMUG / Utilities / Text and Speech / Alpha.5.76 / Changes < prev    next >
Text File  |  1994-03-17  |  29KB  |  616 lines

  1. ================================================================================
  2. = 5.76 3-14-94
  3. ================================================================================
  4. • Recovery from inability to same resource info improved.
  5. • New color icons from Stefan Berner
  6. • 'file mtime' now works
  7. • dirty icon in window menu works again
  8. • latex.tcl now correctly call 'shiftRight' instead of 'shiftRightRegion'.
  9.  
  10. ================================================================================
  11. = 5.75 3-11-94
  12. ================================================================================
  13. • File dates changing and resource forks left open fixed.
  14. • 'rglob' fixed.
  15. • 'editFlag' now updates menu flags when they've been changed from the 
  16.   menu.
  17. • The latex menu now goes away when the mode changes.
  18.  
  19. ================================================================================
  20. = 5.74 3-11-94
  21. ================================================================================
  22. • 'spellcheckWindow' works again.
  23.  
  24. ================================================================================
  25. = 5.73 3-11-94
  26. ================================================================================
  27. • Hopefully, the problem w/ bogus file dates is fixed.
  28. • 'ls -l' now shows separate data and resource totals
  29. • option-keystrokes now terminate incremental searches if bound
  30. • The menu of fileset files has been moved into "Utils", and the think 
  31.   refernce menu has been moved into the Think menu.
  32. • Menu containing filesets to choose has changed names from 'fileSets' to 
  33.   'choose'. You need to change all instances of 'addMenuItem -m fileSets' 
  34.   to 'addMenuItem -m choose' in your userstartup.tcl file.
  35. • 'gotoLine' via the titlebar now leaves the numbers in a correct state. 
  36.   
  37. ================================================================================
  38. = 5.72m 2-11-94
  39. ================================================================================
  40. • "Show invisibles" flag added.
  41. • Rectangular selection works better.
  42. • File Set menu works better.
  43. • changed how insert/remove prefix works a bit. Complain if you don't 
  44.   like it. 
  45.  
  46. ================================================================================
  47. = 5.72l 2-11-94
  48. ================================================================================
  49. • LaTeX bindings fixed.
  50.  
  51.  
  52. ================================================================================
  53. = 5.72k 2-11-94
  54. ================================================================================
  55. • problem w/ creatFileSet fixed.
  56.  
  57. ================================================================================
  58. = 5.72j 1-24-94
  59. ================================================================================
  60. • floating point support fixed.
  61.  
  62. ================================================================================
  63. = 5.72i 1-14-94
  64. ================================================================================
  65. • backup problem fixed
  66. • '--' option added to 'search'
  67. • rectangular cut works again
  68. • nastiness when prompting from the shell fixed
  69.  
  70. ================================================================================
  71. = 5.72h 1-13-94
  72. ================================================================================
  73. • random fixes
  74.  
  75. ================================================================================
  76. = 5.72f 1-4-94
  77. ================================================================================
  78. • Drag and drop editing added.
  79. • Intelligent cut and paste.
  80. • pastePop fixed.
  81. • files created through Tcl routines now have 'ALFA' as creator.
  82. • Tcl variables 'backDir' and 'backExtension' now do what you might think.
  83. • 'ctime' is gone again. It adds nothing to what 'mtime' already does.
  84. • 'glob' bug fixed.
  85.  
  86. ================================================================================
  87. = 5.72e 1-4-94
  88. ================================================================================
  89. • fixed a few color problems
  90. • *all* menus are now user-defined
  91. • menus reorganized a bit
  92. • iteractionCount (C-u) now defaults to 4, as with emacs.
  93.  
  94. ================================================================================
  95. = 5.72b 1-2-94
  96. ================================================================================
  97. • Added rudimentary color abilities. 'colorize' and 'removeColors'.
  98.  
  99. ================================================================================
  100. = 5.71 1-1-94
  101. ================================================================================
  102. • incremental and non-incremental searches now recordable in keyboard 
  103.   macros. 
  104. • ctime, mtime, now, ticks, cvttime, putFile, and getFile are back. Glob 
  105.   is now back to an approximation of it's previous state.
  106. • Switched the control-q bindings of 'shrinkHigh' and 'tiled'.
  107. • Added 'makeMenuPermanent' proc.
  108. • Sped up tcl proc tracing.
  109.  
  110. ================================================================================
  111. = 5.70 12-14-93
  112. ================================================================================
  113.  
  114. The major change in Alpha 5.7 is that I am now using Ray Johnson's port 
  115. of Tcl 7.0, instead of Tim Endre's port of 6.2.  See Changes.TCL.7.0 for 
  116. details of the differences.
  117.  
  118. The following routines are (at least temporarily) gone in 5.7. Let me 
  119. know if you can't live without them:
  120.     ctime
  121.     mtime
  122.     now
  123.     getenv
  124.     putenv
  125.     putfile
  126.     getfile
  127.     ticks
  128.     cvttime
  129.     getfinfo
  130.     putfinfo
  131.     
  132. The following routines have changed in 5.7:
  133.     glob
  134.     
  135. • Now using Tcl 7.0.
  136. • Batch searches from within Find dialog.
  137. • Much better performance in 'grep' Tcl proc, because of 'scancontext's 
  138.   from Tcl 7.0.
  139. • 'shiftLeftRegion' and 'shiftRightRegion' now move a single line if 
  140.   there is no selection.
  141.  
  142. Current problems:
  143. • To those having problems w/ LaserWriter 8.0, please upgrade to 8.1.1.
  144. • Color is still gone, it'll come back eventually.
  145. • There is still a problem w/ auto-scrolling of long lines, especially w/ 
  146.   the Tcl shell.
  147. • Inserting text in a non-active window still doesn't change the scrollbar.
  148. • Incompatibility with Directory Assistance.
  149. • Tcl floating point never has worked, because I don't care. If and when I 
  150.   upgrade to Tcl 7.0, this will be fixed.
  151.  
  152. ================================================================================
  153. = 5.65 12-11-93
  154. ================================================================================
  155. • 040 instruction cache flush now finally works as advertised. For any of 
  156.   you writing apps, Apple says calling BlockMove w/ >= 12 bytes flushes 
  157.   the caches. Don't believe them.
  158.  
  159. ================================================================================
  160. = 5.65 12-8-93
  161. ================================================================================
  162. • Assorted cleanup.
  163.  
  164. ================================================================================
  165. = 5.64 12-1-93
  166. ================================================================================
  167. • 040 instruction cache now flushed.
  168. • 'wishCol' works a bit better.
  169. • horizontal scrollbar not created if 'horScrollBar' not set.
  170. • 'toggleScrollBar' function toggles the horizontal scrollbar of the 
  171.   frontmost window.
  172.   
  173. ================================================================================
  174. = 5.63 11-23-93
  175. ================================================================================
  176. • Fixed saveashook problem when suffix causes mode change.
  177.  
  178. ================================================================================
  179. = 5.62 11-22-93
  180. ================================================================================
  181. • Fixed crash when coming out of screensaver, using window-wizard, etc. 
  182.  
  183. ================================================================================
  184. = 5.61 11-22-93
  185. ================================================================================
  186. • Fixed problem w/ 'cd'.
  187. • Update problems when scrolling immediately after dialog fixed.
  188. • 'saveAll' fixed.
  189. • Titlebar menu name no longer gets confused.
  190. • Miscellanious things.
  191.  
  192. ================================================================================
  193. = 5.60 11-14-93
  194. ================================================================================
  195. • Fixed misc.tcl.
  196.  
  197. ================================================================================
  198. = 5.59 11-13-93
  199. ================================================================================
  200. • Selecting first entry in tag dialog now possible.
  201. • System font change fixed.
  202. • Backup scheme changed.  There is now a call to a new hook, 'saveHook',
  203.   which is made before any saving is done. The default implementation of 
  204.   'saveHook' creates a backup file in the same directory with "~" as an 
  205.   extension.
  206. • Line duplication in shell gone (actually, it's just hidden).
  207.  
  208.  
  209. ================================================================================
  210. = 5.58 11-12-93
  211. ================================================================================
  212.  
  213. • Word break in latex mode changed to exclude underscore.
  214. • Ghost on right border after cuts is gone.
  215. • Can isearch for bound keys like '{'. Option characters, however, are 
  216.   another story.
  217. • 'commentBox' and 'uncommentBox' are back, courtesy of Igor Mikolic-Torreira.
  218. • Added 'mousePos' proc, which routines row and column of mouse if over the 
  219.   currently active window. 
  220. • 'auto_mkindex' no longer bothered by spaces in pathnames.  
  221. • Alpha will now automatically spin the cursor and yield the cpu during 
  222.   long tcl computations.
  223. • Setting the 'blockCursor' flag changes the vertical bar cursor to a 
  224.   block.
  225. • CopyRing paste problem fixed.
  226. • Sending and receiving file-specs for the dosc event should now be fixed.
  227.  
  228.  
  229. ================================================================================
  230. = 5.57 11-9-93
  231. ================================================================================
  232. • Fixed crash when Think debugger asks for window Alpha has open.
  233. • Switching to latex more transparent.
  234.  
  235. ================================================================================
  236. = 5.56 10-16-93
  237. ================================================================================
  238. • Fewer w/ non-alphanumeric characters in pathnames.
  239. • First popup menu in each dialog can be controlled via up and down 
  240.   cursor keys. 
  241. • 'replaceText' now leaves the mark at the beginning of the newly 
  242.   inserted text and the pos at the end, instead of the pos at the 
  243.   beginning and the mark unaffected.
  244. • ':Tcl:SystemCode:copyRing.tcl' implements a copy/cut ring similar to 
  245.   emacs's kill ring.
  246. • Titlebar menus should be a bit faster and work in all cases now.
  247. • A few Tcl initialization problems cleared up.
  248.  
  249. ================================================================================
  250. = 5.55 9-26-93
  251. ================================================================================
  252. • Fixed bug in 'run' Think command.
  253. • 'cd' no longer needs quotes to work w/ spaces.
  254.  
  255. ================================================================================
  256. = 5.54 9-23.93
  257. ================================================================================
  258. • Fixed tiny bug in automatically saved filesets.
  259. • Minor reorganization of LaTeX-related files.
  260.  
  261. ================================================================================
  262. = 5.53 9-21-93
  263. ================================================================================
  264. • Removed 'OpenHeader' from file menu, it's now in Think menu.
  265. • 'userStartup.tcl' is now loaded from Alpha's directory rather than a 
  266.   subdirectory, and any changes made automatically to Tcl files are made 
  267.   to this file rather than some other.
  268.   
  269. ================================================================================
  270. = 5.52 9-19-93
  271. ================================================================================
  272. • Bug in directory scan fixed.
  273. • Update problem w/ 'bringToFront', spurious "File changed..." msgs fixed.
  274.  
  275.  
  276. ================================================================================
  277. = 5.51 9-15-93
  278. ================================================================================
  279. • Added neat 'sicn' menus for Think, Excalibur, etc.
  280. • Added spellchecking support via Excalibur.
  281. • Added 'processes' command.
  282.  
  283. ================================================================================
  284. = 5.5 9-12-93
  285. ================================================================================
  286. • Added "Directory Scan" to Find dialog.
  287. • 'powerThumb' now works again (it had been taken out by mistake).
  288. • 'findInNextFile' think command added.
  289. • Added 'nextSentence' and 'prevSentence' tcl commands (fill.tcl).
  290. • 'cp', 'mv', and 'rm' work again.
  291. • Random other things.
  292.  
  293.  
  294. ================================================================================
  295. = 5.5b2 8-26-93
  296. ================================================================================
  297.  
  298. • Fixed some problems related to 'ignoreCase' and regular expressions.
  299. • Symantec C++ will now quit while Alpha is still running.
  300. • Windows opened in the background now behave properly.
  301. • Quoting problem w/ prefix/suffix strings fixed
  302. • Iteration counts now work w/ both 'startEscape' and 'prefixChar'.
  303. • "File:Open Selection" is now "File:Open Header", and it will now 
  304.   probably work right out of the box (it's a tcl routine) for those who 
  305.   use Symantec C++.
  306. • "SaveAs..." now activates the correct mode hook.
  307. • :Tcl:UserCode:userStartup.tcl now loaded at startup, if it exists.
  308. • Other miscellanious stuff works better.
  309.  
  310.  
  311. =============================================================================
  312. = 5.5d1 2-13-93
  313. =============================================================================
  314. • Look in the help file for a brief intro to Alpha's integration w/ 
  315.   Think's Project Manager.
  316. • Added Think Reference support in "Tcl:SystemCode:think.tcl".
  317. • Added 'getScrap' and 'putScrap' routines.
  318. • 'dosc' now allows the event class and type to be sent via command-line 
  319.   options. 
  320. • The home of the ToolServer is now specified in AlphaBits.tcl through 
  321.   the variable 'toolServer'.
  322. • 'mv' changed to 'moveFile', 'rm' changed to 'removeFile', and 'cp' 
  323.   changed to 'copyFile'. New versions of 'cp', 'rm', and 'mv' written in 
  324.   Tcl in "shell.tcl".
  325. • Alpha now checks to see if the disk copy of a file has changed before 
  326.   saving.
  327. • 'Command-.' now gets out of infinite Tcl loops. DOESN'T CONSUME EVENT!
  328. • Incremental search now aborts if a key event matches a binding. This 
  329.   means that you can't search for 'ƒ' if you have a binding for option-f.
  330. • Fileset handling moved to a separate file ("filesets.tcl") and 
  331.   changed considerably. Added "Dump Fileset…" command.
  332. • Added "think.tcl" file that contains much code making dealing w/ 
  333.   Think 6.0 easier.
  334. • Arrow-key bindings now conform to Human Interface Standards (blech).
  335. • Auto-horizontal scrolling is back.
  336. • All of Alpha's commands can now be viewed via the "Help:Alpha Commands" 
  337.   menu item.
  338. • Changed control-z to a prefix char, bound all the window functions in 
  339.   AlphaBits.tcl.
  340.  
  341.  
  342. =============================================================================
  343. = 5.31 2-13-93
  344. =============================================================================
  345. • 'icon' no longer calls NewCWindow...sigh.
  346. • Added '-q' (query) option to "icon" command, used new option to 
  347.   remember which windows were already iconified when switching to other 
  348.   applications.
  349. • Alpha now opens files read-only if they have been check out that way 
  350.   from MPW's Projector.
  351. • LaTeX greek submenu split into two.
  352. • Another 'dosc' problem fixed. Now '\n's are changed into '\r's both 
  353.   coming and going.
  354. • "$HOME:Tcl:UserCode:createStuffItArchive.tcl" contains examples of 
  355.   controlling Stuffit Deluxe via Alpha's 'dosc' command.
  356.  
  357.  
  358.  
  359. =============================================================================
  360. = 5.3 2-8-93
  361. =============================================================================
  362. • XTCL handling fixed up. Two examples in Think C provided. Type "xtclcmd 
  363.   sounds init" in the shell to try one out.
  364. • Stationary documents have the correct name inserted in the window menu.
  365. • New tools/scripts provided by Tom Moertel (thor@vivaldi.psu.edu) to 
  366.   ease compilation and 411 use. The package is available via anonymous 
  367.   ftp from cs.rice.edu.
  368.  
  369. =============================================================================
  370. = 5.3.b3 2-1-93
  371. =============================================================================
  372. • Multiple windows of same name handled better.
  373. • Multiple-line Tcl script events handled better.
  374. • We no longer quit when a file is moved from underneath us. 
  375. • Dirty iconified files are no longer quietly thrown away on a quit...
  376. • Added new '-r' option to 'dosc'.
  377. • Keyboard macro dump now conforms to 5.3 syntax.
  378. • Many other misc changes.
  379.  
  380. =============================================================================
  381. = 5.3.b2 1-21-93
  382. =============================================================================
  383. • Iconized windows now open on double-clicks, can be dragged on first 
  384.   click even if they weren't the active window.
  385. • Fixed fileopen bug that sometime occurred when files had been saved 
  386.   scrolled further forward than necessitated by the screen.
  387. • Added " <n>" string to duplicate window names. This number extension is 
  388.   both returned by Alpha window routines and accepted by them. However, 
  389.   it is not accepted by other routines, such as "edit", etc. For this, 
  390.   you should use the full pathname and strip off any number extension 
  391.   yourself.
  392. • Fixed nonsense w/ full names and the window menu.
  393. • Read-only files work a bit better.
  394. • Added menu and window documentation.
  395.  
  396. =============================================================================
  397. = 5.3.b1 1-20-93
  398. =============================================================================
  399. • Changed directory structure, .tcl files now in a subdirectory.
  400. • Added 'icon' command to iconify windows.
  401. • Added pattern library for searches.
  402. • Added 'getMainDevice' routine and redid the tile routines to use 
  403.   'tileWidth' and 'tileHeight'. 
  404. • Added 'matchingLines' proc, put in "Convert menu.
  405. • 'Execute' no longer does func completion w/ spaces, but completion is 
  406.   still done w/ tab characters. Freeing up the space key means arguments 
  407.   can be passed to the command (although the status bar may not be wide 
  408.   enough to display them).
  409. • Menu syntax changed yet again, broadened considerably.
  410. • Syntax for 'hiliteMenuItem' changed, 'markMenuItem' added. 
  411. • Added procs 'addMenuItem' and 'deleteMenuItem'. Adding and removing 
  412.   window names from the 'Wins' menu now handled in Tcl.
  413. • Changed iterpretation of return value of proc specified by menu 
  414.   definition. 
  415. • 'saveasHook' added. See docs.
  416. • 'nextLine' and 'previousLine' finally try to stay in the same column 
  417.   when repeatedly applied, even over intervening short lines!
  418. • Added 'getTMarks' routine.
  419. • Removed 'setFSet' routine.
  420. • Changed 'hiliteMenuItem' to 'enableMenuItem'.
  421. • Changed variable structure. Alpha variables are gone, as are the 
  422.   functions 'getVar' and 'setVar'. Tcl variables can now be set to 
  423.   "shadow" Alpha variables via 'shadowVar'. See docs.
  424. • 'search' syntax enhanced.
  425. • Option combinations can now be targets of incremental searches.
  426. • Trailing ellipses in menu items are now stripped off before looking for 
  427.   the function to execution.
  428. • Rearranged 'Utils' and 'Misc' menus, added 'debugTclProc' and 
  429.   'debugOff' routines to 'Utils' menu. 
  430. • Added slow 'wordCount' proc to "Utils:File Utils" menu.
  431. • '-l' option to 'addMenuItem' allows meta characters to be used 
  432.   literally in menu item text.
  433. • Menu callback routines now have the menu item text parsed back from 
  434.   menu form before it is passed to them.
  435. • fixed 'addFileSet' tcl proc.
  436. • Added 'watchCursor' routine.
  437. • Fixed bug in menu creation that incorrectly bad menu definitions.
  438.   
  439. =============================================================================
  440. = 5.2.1 11-19-92
  441. =============================================================================
  442.  
  443. • 'electricCRight' tcl proc now more consistent.
  444. • The Tcl proc 'matchIt' now properly ignores escaped brackets, such as 
  445.   '\}', '\{' etc. 
  446. • Alpha is now stationary-aware, and can create stationary pads as well.
  447. • The "mode" box next to the horizontal scrollbar now contains a popup 
  448.   menu that allows changing of modes. The Tcl variable 'modes' and the 
  449.   Tcl function 'newMode' must be defined in order for this to work 
  450.   (procs.tcl).
  451. • The '.tex' mode now sets the word break variables to possibly include a 
  452.   leading backslash.
  453. • Fixed 'paraStart' and 'paraFinish' to handle lines w/ non-null white 
  454.   space. 
  455. • The displayed row number now degrades gracefully when we hit 5 digits.
  456. • All window tiling routines now use 'defHeight' and 'defWidth'.
  457. • 'useTempMem' var now 'tempMem'.
  458. • Backward word routine now much faster. However, I needed to add another 
  459.   variable, 'wordBreakPreface'. See the help file.
  460. • Special characters used by the Mac's menu routines are now filtered to 
  461.   periods.
  462. • Fixed 'rowColToPos' and 'posToRowCol'.
  463. • Added functions 'backwardWordSelect' and 'forwardWordSelect'.
  464. • Changed arrow-key editing combinations. See "Default Key Bindings" help 
  465.   file. 
  466. • Many minor other changes to the tcl files.
  467.  
  468. =============================================================================
  469. = 5.2 11-11-92
  470. =============================================================================
  471. • Because of popular appeal, "Print Registration" and "Help..." have 
  472.   been removed from the Apple Menu.
  473. • 'latex.tcl' now supports the option of also requiring the control key 
  474.   for latex bindings, leaving option combination for those who use 
  475.   'optionIsMeta' (see Docs).
  476.  
  477. =============================================================================
  478. = 5.15 11-1-92
  479. =============================================================================
  480. • Changed 'prevFunc' and 'nextFunc' tcl procs to use 'funcExpr', so they 
  481.   now work in all modes. Bound them to keypad '1' and '3'.
  482. • 'cutNamedClipboard' no longer deletes text until the user says "OK". 
  483.   'pasteNamedClipboard' now gives a default selection.
  484. • Routines that take a '-w' argument now take full pathnames (as provided 
  485.   by 'winNames -f') as well.
  486. • All 'procs.tcl' routines that use 'winNames' now use 'winNames -f'.
  487. • Replacement display bug fixed.
  488.  
  489. =============================================================================
  490. = 5.14 11-1-92
  491. =============================================================================
  492. • Fixed 'revert' bug.
  493. • Changed 'insertPrefix' and 'insertSuffix' to use 'replaceText'.
  494. • Changed key binding handling so that key equivalents of menus are never 
  495.   matched if any modifier other than command is present.
  496. • Changed latex bindings, so that they all include both control and option. 
  497. • Added 'movePoint' and 'selReplace' procs in 'latex.tcl', added their 
  498.   use to macros. Also added some additional latex macros.
  499. • Put an ungodly hack back in the 'methodMenu' so that in the case of 
  500.   'section', 'subsection', 'subsubsection' etc, the items are properly 
  501.   indented.
  502. • Changed 'emphasize' to include '\/'.
  503. • Added window name option to 'lookAt'.
  504. • 'winNames' takes a '-f' argument that tells Alpha to return complete 
  505.   pathnames instead of just file names.
  506.  
  507. =============================================================================
  508. = 5.13 10-25-92
  509. =============================================================================
  510. • In prior versions, selecting new fileSets from the 'Find...' dialog 
  511.   eventually caused a crash. I incorrectly blamed this on my routine 
  512.   which created a new fileset on the fly. This bug has now been fixed.
  513. • Added '-f' option to 'launch'.
  514. • 'sortLines' is now non-recursive.
  515.  
  516. =============================================================================
  517. = 5.12 10-24-92
  518. =============================================================================
  519. • Added 'wordBreak' variable which allows customization of the definition 
  520.   of a word.
  521. • Regularized the syntax of 'bind' somewhat; keycode bindings work again.
  522. • In 5.11, the shell didn't execute commands in the global context.
  523.   therefore 'set' commands, for instance, didn't work correctly. This has 
  524.   been fixed.
  525. • Wrote a 'sortLines' proc (look in 'procs.tcl') and in the "Convert" menu.
  526. • "Temporary mark" bug fixed.
  527.  
  528. =============================================================================
  529. = 5.11 10-13-92
  530. =============================================================================
  531. • Changed 'edit' and 'fileMenu' syntax. I apologise for this, especially 
  532.   for 'fileMenu', but there were compelling reasons...
  533. • Cleaned up 'listBindings'.
  534. • Added 'ascii' form of bindings.
  535. • Support for MPW shell via ToolServer and AppleEvents (look at the 
  536.   'Misc' menu.
  537. • Fixed bug in handling 'dosc' responses.
  538. • Added Tcl access to search and replace strings.
  539. • There is no longer a 256 key binding limit.
  540. • Cleaned up keyboard macros a bit. Searching while recording a keyboard 
  541.   macro now compiles settings directly into the macro.
  542. • 'getPathName' is now 'insertPathName'.
  543. • New function 'getPathName' returns selected pathname.
  544.   
  545. =============================================================================
  546. = 5.1 10-10-92
  547. =============================================================================
  548. • 'sortRange' is now gone.
  549. • Assorted fixes and minor changes to routines in 'procs.tcl' and 
  550.   'AlphaBits.tcl.
  551. • The 'dumpMacro' routine is back.
  552. • The 'describeBinding' is back.
  553. • Print margins are changeable.
  554. • Locked files handled better.
  555. • Added function 'rowColToPos' and 'posToRowCol'.
  556. • Added function 'launchApp'.
  557. • Added the ability to re-execute previous shell commands by positioning 
  558.   the cursor on a previous commandline and hitting the return key.
  559. • Added 'dosc' call that allows scripts to be send to a remote server 
  560.   (such as Apple's ToolServer or another copy of Alpha), executed, and 
  561.   the result returned. 
  562. • Alpha now handles both 'typeChar' and 'typeAlias' forms of the 'dosc' 
  563.   Apple Event and so can now be used as a server.
  564.   
  565. =============================================================================
  566. = 5.05 9-5-92
  567. =============================================================================
  568. • Fixed routines in "procs.tcl" so that the correct menu item is hilighted.
  569. • The fonts and tabs dialog now has the default size filled in.
  570. • Key bindings can now be associated with a specific mode.
  571. • Support for arbitrary control-character prefixes has been added. As 
  572.   part of this, *modifier strings must be all lowercase, except for the 
  573.   control-character prefixes*.
  574. • Cosmetic fix to 'changeMode' proc.
  575. • 'fileMenu's now correctly work as heirarchical menus.
  576.  
  577. =============================================================================
  578. = 5.04 9-1-92
  579. =============================================================================
  580. • The 5.03 distribution had a bad fileset in procs.tcl. Also, the find 
  581.   routine didn't check for bad filesets, so...
  582. • Support for the C-x prefix has been dropped.
  583.  
  584. =============================================================================
  585. = 5.03 8-28-92
  586. =============================================================================
  587. • Added popup menus in SaveAs dialog.
  588. • Allow window size, position, selection to be saved.
  589. • Changed fileMenus to include a home directory and read-only flag.
  590. • Removed "Open directly" menu since the help menu now serves the same 
  591.   purpose. 
  592. • Removed procs that opened up individual help files
  593.  
  594. =============================================================================
  595. = 5.02 8-22-92
  596. =============================================================================
  597. • Got rid of 'prefixChar' and thus key bindings in the style of emacs's 
  598.   c-x c-s.
  599. • Minor indentation fix to 'carriageReturn' tcl proc.
  600. • Fixed 'prevWIndow' proc.
  601. • Fixed popup menu hilighting, as well as the lack of default choices.
  602. • Added Alpha var 'funcPar' back, so tex section menu works again.
  603. • Added func 'addFileset' to provide a way of creating filesets on the 
  604.   fly. Be careful w/ this, as it does somehow cause a bomb if used often.
  605.  
  606.  
  607. =============================================================================
  608. = 5.01 8-20-92
  609. =============================================================================
  610. • Fixed bombs in initialization (looking for menu that no longer exists), 
  611.   and in the search routine.
  612. • All dialogs that use popup menus now conform to HIS.
  613. • Switched command equivalents for "File:Open Selection" and "Edit:Redo" 
  614.   back to their old values.
  615. • The first and last characters in files can now be searched for.
  616.